Revision: zsh--cvshead--1.0--patch-601
Archive: schizo@debian.org--2004-zsh-upstream-cvs-head
Creator: Clint Adams <schizo@debian.org>
Date: Thu Aug  3 00:52:30 UTC 2006
Standard-date: 2006-08-03 00:52:30 GMT
New-files: Functions/Zle/.arch-ids/history-beginning-search-menu.id
    Functions/Zle/.arch-ids/keymap+widget.id
    Functions/Zle/history-beginning-search-menu
    Functions/Zle/keymap+widget
Modified-files: ChangeLog Completion/Unix/Command/_gpg
    Completion/Unix/Command/_perldoc
    Completion/Unix/Command/_subversion
    Completion/Unix/Type/_perl_modules Doc/Zsh/contrib.yo
    Doc/Zsh/params.yo
    Functions/Zle/incremental-complete-word README
    Src/Zle/compcore.c Src/Zle/compresult.c Src/Zle/zle.h
    Src/Zle/zle_tricky.c Src/Zle/zle_utils.c Src/glob.c
    Src/params.c Src/pattern.c Src/utils.c Src/ztype.h
    Test/D04parameter.ztst Test/D07multibyte.ztst
New-patches: schizo@debian.org--2004-zsh-upstream-cvs-head/zsh--cvshead--1.0--patch-601
Summary: Update from CVS

2006-08-02  Peter Stephenson  <p.w.stephenson@ntlworld.com>

   * 22579: Completion/Unix/Command/_perldoc,
   Completion/Unix/Type/_perl_modules: find .pod files in perl
   include path for documentation.

   * 10570: Completion/Unix/Command/_subversion: handle "svn import"
   better.

2006-08-02  Peter Stephenson  <pws@csr.com>

   * 22578: README, Doc/Zsh/params.yo, Src/params.c: ensure
   HISTCHARS/histchars never contains non-ASCII characters.

   * unposted: Functions/Zle/history-beginning-search-menu,
   Doc/Zsh/params.yo: yet more tweaks I'm too embarrassed to post:
   ^ also needs quoting; clear display on first non-digit character;
   stray / appeared in substitution.

2006-08-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>

   * 22575: Src/utils.c, Src/ztype.h, Src/Zle/compresult.c,
   Src/Zle/zle.h, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c:
   multibyte fixes for blashquote() and getzlequery() and
   remove some aliases.

   * 22574: Functions/Zle/history-beginning-search-menu,
   Doc/Zsh/params.yo: ~ also needs quoting and we have to do
   it even if space isn't active.

2006-08-01  Peter Stephenson  <pws@csr.com>

   * 22573: Functions/Zle/history-beginning-search-menu,
   Doc/Zsh/params.yo: smooth the interface to the widget and
   document how to quote metacharacters for reverse array
   subscripting.

   * 22572: Src/pattern.c, Test/D04parameter.ztst: use of (#m)
   was broken with pure strings.

   * users/10564: Completion/Unix/Command/_gpg: use appropriate
   key ring arguments to search key rings.

2006-07-30  Barton E. Schaefer  <schaefer@zsh.org>

   * unposted (see users/10559): Functions/Zle/keymap+widget: a
   technique for overriding ZLE widgets only within a selected
   keymap.

2006-07-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>

   * 22565: Src/compcore.c: Fix bug with menu completion after failed
   accept-and-menu-complete, perhaps.

   * 22562: Src/glob.c, Test/D07multibyte.ztst: make ${...#...} etc.
   understand multibyte characters.	

2006-07-29  Barton E. Schaefer  <schaefer@zsh.org>

   * 22561: Functions/Zle/incremental-complete-word: fix display bug
   introduced roughly five years ago when _main_complete was changed
   to remove the leading underscore from $_lastcomp[completer].  Add
   some other commentary.

2006-07-28  Peter Stephenson  <pws@csr.com>

   * 22560: Functions/Zle/history-beginning-search-menu:
   tweak (= hack) to clear menu after use.

   * 22559: Doc/Zsh/contrib.yo,
   Functions/Zle/history-beginning-search-menu: new Zle function.
